home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 670.swf / scripts / DefineButton2_167 / BUTTONCONDACTION on(keyPress Left).as
Text File  |  2006-06-13  |  423b  |  17 lines

  1. on(keyPress "<Left>"){
  2.    if(_root.gameOn)
  3.    {
  4.       if(_root.keycontrol)
  5.       {
  6.          _root.keyCount = _root.keyCount + 1;
  7.          _root.speed.gameSpeed = _root.speed.gameSpeed + 1;
  8.          _root.trick2Action = true;
  9.          _root.controlspeed = 4;
  10.          _root.trick2();
  11.          _root.main.yspeed = -46;
  12.          _root.scoremenu.score += 5;
  13.          _root.points.gotoAndStop(2);
  14.       }
  15.    }
  16. }
  17.